﻿/*公司简介页面 start*/
.banner{
	height: 500px;
	background-position:center;
}
.shequ-wenti{
	background: #fff;
}
.about2023-div1{
	background: #f7f7f7;
	padding: 1px 0;
	font-size: 20px;
	color: #333333;
	line-height: 32px;
}
.about2023-div1-width{
	display: block; 
	width: 1300px;
	margin: 50px auto 50px;
}
.about2023-div1-width p{font-size:14px;}
.about2023-div1-width h3{
	font-size: 46px;
	color: #3333333;
	line-height: 60px;
	margin-bottom: 20px;
	text-align: center;
}
.about2023-div1-video{
	display: block;
	width: calc(100% - 410px);
	height: 503px;
	position: relative;
	overflow: hidden;
	margin: 35px auto;
}
.about2023-div1-video .video{
	display: block;
	width: 100%;
	height: 100%;
}
.about2023-div1-video .but{
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.about2023-div1-ul{
	display: flex;
	justify-content: space-between;
	margin: 46px auto 0;
}
.about2023-div1-ul li{
	text-align: center;
	padding: 0 94px;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}
.about2023-div1-ul li h4{
	font-size: 36px;
	font-weight: bold;
	color: #c31821;
	margin-bottom: 12px;
	line-height: 50px;
}
.about2023-div3{
	background: url(../images/2023092301_07.jpg) no-repeat center;
	background-size: cover;
	display: block;
	height: auto;
	
}
.about2023-div3-width{
	display: flex;
	width: 1300px;
	height: auto;
	justify-content: space-between;
	padding-left: 48px;
	margin: 0 auto;
}
.about2023-div3-width li{
	width: 554px;
	padding-top: 58px;
	min-height: 328px;
	padding-bottom: 30px;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
}
.about2023-div3-width li h2{
	font-size: 32px;
	font-family: arial;
	font-weight: bold;
	line-height: 48px;
	text-transform: uppercase;
}
.about2023-div3-width li em{
	display: block;
	width: 44px;
	margin: 24px 0 26px;
	height: 2px;
	background: #c31821;
}
.about2023-div3-width li h3{
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 11px;
}
.about2023-div2{
	display: block;
	padding: 1px 0;
	background: url(../images/2023092301_06.jpg) no-repeat center bottom;
	background-size: 1920px auto;
}
.about2023-div2-title h3{
	height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 32px;
    color: #000000;
    position: relative;
    margin: 52px auto 70px;
}
.about2023-div2-title h3::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #c0141d;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
}
.about2023-div2-title h3::after {
    content: "";
    display: block;
    width: 162px;
    height: 1px;
    background: #cecece;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -81px;
    z-index: 1;
}
.about2023-div2-width{
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	margin: 0 auto 90px;
	padding: 0 50px;
}
.about2023-div2-width li{
	position: relative;
	display: block;
	width: 25%;
	min-height: 360px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;  padding-top:40px;
}
.about2023-div2-width li:nth-child(5),.about2023-div2-width li:nth-child(6){
	border-bottom: none;
}
.about2023-div2-width li:nth-child(4n){
	border-right: none;
}
.about2023-div2-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 360px; */
}
.about2023-div2-in .img{
	display: flex;
    height: 90px;
    width: 100%;
    justify-content: center;
	align-items: center;
    background-image: url(../images/yuan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.about2023-div2-in h3{
	font-size: 22px;
	line-height: 32px;
	color: #333;
	margin: 20px 0 12px;
}
.about2023-div2-in em{
	display: block;
	width: 32px;
	height: 2px;
	background: #d3d3d3;
}
.about2023-div2-top {
    /* opacity: 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* width: 100%; */
    /* height: 100%; */
    /* background: #c31821; */
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 500ms;
    line-height: 24px;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 9; */
}
.about2023-div2-top h3{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 6px;
}
.about2023-div2-width li:hover .about2023-div2-top{
	opacity: 1;
}
@media screen and (max-width:1300px){
	.prohead-in .left-pro{
		left: 0;
	}
	.prohead-in .right-pro{
		right: 0;
	}
	.about2023-div1-width{
		width: 100%;
		padding: 0 50px;
	}
	.about2023-div1-video{
		width: 100%;
		height: 580px;
	}
	.about2023-div3-width,.about2023-div2-width{
		width: 100%;
		padding: 0 50px;
	}
	.about2023-div3-width li{
		width: 46%;
	}
}
@media screen and (max-width:1200px){
	.width{
		width: 100%;
		padding: 0 50px
	}
	.xunjiaForm ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.xunjiaForm li{
		width: 50%;
		display: flex;
		align-items: center;
	}
	.xunjiaForm li.w100{
		width: 100%;
	}
	.news-foot{
		display: flex;
		justify-content: space-between;
	}
	.news-foot>div{
		width: 48%;
	}
	.searchMian-ul li a h3{
		width: calc(100% - 364px);
	}
	.enrol-right{
		float: left;
		
	}
	.fankui-left{
		margin-bottom: 40px;
		width: 100%;
	}
	.fankui-right{
		width: 100%;
	}
	.user-right{
		width: calc(100% - 216px);
	}
	.user-xinxiTop,.user-xinxiList li,.user-right-top{
		box-sizing: border-box;
	}
	.user-xinxi{
		padding: 0 20px;
		width: 100%;
	}
	.user-xinxiTop{
		
	}
	.enrol-left{
		width: 100%;
		margin-bottom: 40px;
	}
	.footer-top{
		padding: 38px 50px 32px;
	}
	.footer-rexian{
		margin-left: 50px;
	}
	.footer-list{
		margin-right: 40px;
	}
	.about2023-div1-ul li{
		padding: 0;
	}
	.jianjie-left-top{
		padding-left: 24px;
		background-position: 24px 0;
	}
	.jianjie-right{
		width: 500px;
		height: 360px;
	}
	.jianjie-left{
		width: calc(100% - 500px);
		padding-right: 30px;
	}
	.jianjie-left-top{
		font-size: 24px;
	}
	.jianjie{
		padding: 58px 0 50px;
	}
	.myPro-list .width{
		padding: 0;
	}
	.nashi-right{
		width: calc(100% - 194px);
	}
	.gangweiIn{
		padding: 40px;
	}
	.gangwei{
		padding: 42px 50px 95px;
	}
	.gangwei-list .gwei-right{right: 350px;}
	.gangwei-list .gwei-left{left: 350px;}
	.lianxi-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.lianxi-list>div{
		margin-bottom: 24px;
	}
	.lianxi h2{
		margin-top: 30px;
	}
	.dizhi ul{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.dizhi li{
		width: 48%;
		margin-right: 0;
	}
	.zixunIn-right{
		width: calc(100% - 306px - 143px);
		padding-left: 20px;
	}
	.huodong-in{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.huodong-in-img{
		width: 50%;
		height: 400px;
	}
	.huodong-in-right{
		flex: 1;
		padding: 40px 30px 20px;
		margin-top: 0;
	}
	.shequ-wenti{
		padding-top: 32px;
		padding-bottom: 1px;
		width: calc(100% - 100px);
	}
	.wenti{
		width: 100%;
	}
	.wenti-top{
		flex: 1;
		display: flex;
		align-items: center;
	}
	.wenti-top h3{
		width: calc(100% - 86px);
		padding-right: 20px;
		line-height: 28px;
		    display: -webkit-box;
	}
	.shouhou-topIn-right{
		width: calc(100% - 525px);
		
	}
	.shouhou-topIns{
		background-position: 50px center !important;
	}
	.shouhou-topIn-right>div{
		padding: 0 0px 0 25px
	}
	.proList ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.proList li{
		margin-right: 12px !important;
		margin-left: 12px;
	}
	.sh2023 .shouhou-topIn{
		padding-top: 100px;
	}
	.sh2023 .shouhou-topIn-right{
		width: calc(100% - 440px);
		
	}
	.sh2023 .shouhou-topIn-right>div{
		padding-left: 85px;
	}
	.sh202302 .shouhou-center-left{
		width: calc(100% - 480px);
		padding-right: 50px;
	}
	.sh202302 .shouhou-center-right{
		right: 30px;
		width: 480px;
		height: 300px;
	}
	.shouhou-bot .shouhou-botIn{
		display: flex;
		padding-top: 202px;
	}
	.shouhou-bot .shouhou-botIn>div.ft1{
		margin-left: 70px;
	}
	.shouhou-bot .shouhou-botIn>div.ft2{
		margin-right: 130px;
	}
	.fuwu-muneIn{
		display: flex;
		justify-content: space-between;
	}
	.fuwu-muneIn>a{
		margin: 0 20px;
	}
	.shouce-list li{
		margin: 0 20px 20px !important;
	}
	.wenjian-div{
		display: flex;
		justify-content: center;
	}
	.shouce-list{
		width: 852px;
	}
	.weixiu-form ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.weixiu-form li{
		padding-right: 20px;
	}
	.wx-fuwu{
		display: flex;
	}
	.wx-fuwu .weixiu-left{
		width: 50%;
	}
	.wx-fuwu .weixiu-right{
		width: 50%;
	}
	.sqForm{
		width: 100%;
	}
	.sqForm-in {
	    display: block;
	    padding: 16px 50px 28px 50px;
	}
}
@media screen and (max-width:1100px){
	
	.footer-list{margin-right: 20px;}
	.footer-rexian{margin-left: 20px;}
	.footer-top > div {
	    display: inline-block;
    	float: left;
	}
	.footer-top::after{
		content: "";
		display: block;
		width: 100%;
		    clear: both;
	}
	.footer-ewm{
		margin-left: 20px;
	}
}
@media screen and (max-width:1000px){
	.width{
		width: 100%;
		padding: 0 20px
	}
	.footer-top {
	    padding: 38px 20px 32px;
	}
	.about2023-div2-width li{
		width: 33%;
		border-top: 1px solid #f1f1f1;
		border-right: 1px solid #f1f1f1;
	}
	
	.about2023-div2-width li:nth-child(4){
		border-top: 1px solid #f1f1f1;
	}
	.about2023-div2-width li:nth-child(4n){
		border-right: 1px solid #f1f1f1;
	}
	.about2023-div2-width li:nth-child(3n){
		border-right: none;
	}
	.shequ-wenti{
		padding-top: 32px;
		padding-bottom: 1px;
		width: calc(100% - 40px);
	}
	.shouhou-topIns{
		background-position: 20px center !important;
	}
	.jianjie-right{
		width: 440px;
		height: 300px;
	}
	.jianjie-left{
		width: calc(100% - 440px);
	}
	.jianjie-left-top{
		font-size: 20px;
	}
	.gangweiIn{
		padding: 40px;
	}
	.gangwei{
		padding: 30px 20px 65px;
	}
	.gangwei-list .gwei-right{right: 320px;}
	.gangwei-list .gwei-left{left: 320px;}
}
/*公司简介页面 end*/




/*公共*/
.wap-show{display: none;}	
.web-show{display: block;}
.web-height{
	height: auto;
	overflow: auto;
}
.wap-height{
	height: 0;
	overflow: hidden;
}
.zw_height{height:120px;}
@media screen and (max-width:900px){
	.banner{
		height:4.5rem;
	}
	.width{
		width: 7.1rem;
		padding: 0;
	}
	.news-title{
		padding: 0 0 0.3rem;
	}
	.news-in{
		padding: 0;
		font-size: 0.28rem;
		line-height: 0.4rem;
	}
	.news-in img{
		margin: 0.1rem auto;
	}
	.news-title h3{
		font-size: 0.32rem;
		line-height: 0.48rem;
		margin-bottom: 0.12rem;
	}
	.news-title h5{
		font-size: 0.24rem;
		line-height: 0.38rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.news-title h5 img{
		width: 0.24rem;
		margin-right: 0.08rem;
		margin-top: 0;
	}
	.news-foot>div{
		height: 0.72rem;
		line-height: 0.7rem;
		align-items: center;
		padding: 0 0.2rem;
	}
	.news-foot>div,.news-foot>div a{
		font-size: 0.24rem;
	}
	.searchMian{
		padding: 1px 0.3rem 0.4rem;
	}
	.searchMian-ul li a{
		height: 0.86rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.searchMian-ul li{
		
	}
	.searchMian-ul li a>div{
		display: none;
	}
	.searchMian-ul li a h3{
		font-size: 0.28rem;
		line-height: 0.8rem;
		flex: 1;
		width: 100%;
	}
	.searchMian-ul li a h5{
		line-height: 0.8rem;
		font-size: 0.24rem;
		background-size: 0.24rem auto;
	}
	.site-map{
		margin: 0 auto 0.8rem !important;
		padding: 0.2rem !important;
	}
	.site-map dl{
		padding: 0.1rem 0 0 !important;
		display: flex;
		margin: 0 0.2rem !important;
	}
	.site-map dt{
		width: 1.8rem !important;
		height: 0.72rem !important;
	}
	.site-map dt a {
	    display: block !important;
	    width: 1.8rem !important;
	    height: 0.72rem !important;
	    background: #f6a720 !important;
	    color: #fff !important;
	    text-align: center !important;
	    line-height: 0.72rem !important;
	}
	.site-map dd{
		flex: 1;
		margin: 0 !important;
		padding-left: 0.2rem;
	}
	.site-map dd a {
	    height: 0.72rem !important;
	    padding: 0 18px !important;
	    border: solid 1px #666;
	    line-height: 0.72rem !important;
	    margin: 0 0.1rem 0.1rem 0 !important;
	    display: inline-block;
	}
	.mimaTop>div.active span{
		border-color: #da7e83;
	}
	.forget-end{
		padding: 0.2rem 0 0.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.forget-end>div{
		height: 0.8rem;
	}
	.forget-end>div:nth-child(2){
		height: auto;
	}
	.forget-end>div h3{
		font-size: 0.32rem;
		line-height: 0.48rem;
		margin: 0.06rem 0 0.08rem;
	}
	.forget-end>div p{
		font-size: 0.24rem;
		line-height: 0.38rem;
	}
	.logInPop{
		width: 6rem;
    height: auto;
    border-radius: 0.1rem;
        transform: translate(-50%,-50%);
        margin: 0;
	}
	.logInPop-head{
		    display: flex;
    height: 0.94rem;
    border-bottom: 1px solid #dadde0;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 0.34rem;
    color: #000000;
	}
	.logInPop-head>span {
    display: block;
    width: 0.8rem;
    height: 100%;
    /*background: url(../images/colse1.png) no-repeat center;
    background-size: 0.28rem auto;*/
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.logInPop-head>span img{
	width: 0.28rem;
}
.logInPop-form{
	padding: 0.2rem 0.4rem 0;
}
.logInPop-form p{
	    font-size: 0.26rem;
    color: #000000;
    line-height: 0.52rem;
}
.logInPop-form input{
	width: 100%;
    height: 0.76rem;
	font-size:.24rem;
    border-radius: 0.08rem;
    border: 1px solid #dbdbdb;
    padding: 0 0.28rem 0 0.72rem;
    margin-bottom: 0.15rem;
    background-repeat: no-repeat;
    background-size: 0.28rem auto;
    background-position: 0.22rem center;
}
.wangjiaPw a{
	display: inline-block;
    float: right;
    font-size: 0.24rem;
    line-height: 0.48rem;
}
.logInPop-form button{
	display: block;
    width: 100%;
    height: 0.76rem;
    border-radius: 0.08rem;
    border: none;
    color: #fff;
    font-size: 0.26rem;
    margin-top: 0.2rem;
    margin-bottom: 0.18rem;
}
.logInPop-bot{
	    display: flex;
    height: 0.94rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 0.24rem;
    color: #000000;
	padding-bottom: 0.2rem;
}
.wap-fff{
	background: #fff;
}

.psWord li #BtnGet {
    display: block;
    width: 1.82rem;
    height: 0.76rem;
    border-radius: 0.08rem;
    border: 1px solid #1cb5d8;
    background: none;
    font-size: 0.24rem;
    color: #1cb5d8;
    margin-left: 0.18rem;
}
.weixiuPop{
	width:80%;transform: translateX(-50%);
    margin-left: 0;
}
.weixiuPop-title h3{font-size:14px;}
.weixiuPop-in>h3{line-height:180%;}
.weixiuPop-ul li{float:none;width:100%; display:flex;}
	.proList-in>span{
		position: relative;
		bottom: auto;
		top: 0;
		background: none;
	}
	.proList-in p{
		height: auto;
	}
	.about2023-div1-video{
		height: 4.2rem;
		margin: 0.3rem auto;
	}
	.about2023-div1-video .but img{
		height: 100%;
	}
	.about2023-div1-width,.about2023-div3-width{
		width: 7.1rem;
		margin: 0.5rem auto;
		padding: 0;
	}
	.about2023-div2-width{
		width: 7.1rem;
		margin: 0 auto 0.5rem;
		padding: 0;
	}
	.about2023-div2-title h3{
		    display: block;
		    height: 0.76rem;
		    line-height: 0.76rem;
		    text-align: center;
		    font-size: 0.32rem;
		    color: #000000;
		    position: relative;
		    margin: 0.5rem 0 0.4rem;
	}
	.about2023-div2-title h3::before{
		content: "";
    display: block;
    width: 2.5rem;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin: 0;
	}
	.about2023-div2-title h3::after{
		content: "";
    display: block;
    width: 0.74rem;
    height: 0.03rem;
    background: #c31821;
    position: absolute;
    bottom: -0.01rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    margin: 0;
	}
	.about2023-div2-width li{
		width: 50%;
		border-right: 1px solid #f1f1f1 !important;
    	border-top: 1px solid #f1f1f1 !important;
    	padding: 0.3rem 0.1rem;
    	min-height: auto;
	}
	.about2023-div2-width li:nth-child(-n+2){
		border-top: none !important;
	}
	.about2023-div2-width li:nth-child(2n){
		border-right: none !important;
	}
	.about2023-div2-in{
		min-height: auto;
	}
	.about2023-div2-top{
		opacity: 1;
		position: relative;
		height: auto;
		background: none;
		color: #333;
		top: auto;
		bottom: 0;
		font-size: 0.24rem;
		line-height: 0.38rem;
		justify-content: flex-start;
	}
	.about2023-div2-top h3{
		font-size: 0.24rem;
		line-height: 0.46rem;
		margin-bottom: 0.1rem;
		color: #000;
	}
	.about2023-div2-in em{
		    width: 0.5rem;
		    height: 0.03rem;
		    margin: 0 auto 0.16rem;
	}
	.about2023-div2-in h3{
		    font-size: 0.3rem;
		    line-height: 0.42rem;
		    color: #000000;
		    margin: 0.22rem 0 0.12rem;
	}
	.about2023-div2-in .img{
		    width: 1.26rem;
    height: 1.26rem;
	}
	.about2023-div2-in .img img{
		    display: block;
    max-width: 46%;
    max-height: 46%;
	}
	.about2023-div3-width li{
		min-height: 1px;
		padding: 0.5rem 0;
		font-size: 0.28rem;
		line-height: 0.4rem;
	}
	.about2023-div3-width li h2,
	.about2023-div3-width li h3{
		font-size: 0.36rem;
		line-height: 0.54rem;
	}
	.about2023-div3-width li h3{
		margin-bottom: 0.1rem;
	}
	.about2023-div3-width li em{
		margin: 0.2rem 0;
	}
	.about2023-div1{
		font-size: 0.28rem;
		line-height: 0.4rem;
	}
	.about2023-div1-width h3{
		font-size: 0.42rem;
		line-height: 0.6rem;
		margin-bottom: 0.2rem;
	}
	.about2023-div1-ul li{
		font-size: 0.24rem;
		line-height: 0.36rem;
	}
	.about2023-div1-ul li h4{
		font-size: 0.32rem;
		line-height: 0.48rem;
	}
	
	.shouhou-list>div span,.shouhou-img,.shouhou-footer>div span,
	.shouhou-top div.bot>div>span{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.index-news {
	    margin-top: 0.4rem;
	}
	.dizhi li h3::before{
		display: none;
	}
	.dizhi li{
		width: 100%;
	}
	.lianxi{
		padding-top: 0;
	}
	.lianxi h2{
		margin-top: 0;
		margin-bottom: 0;
	}
	.yuanjing .width{
		width: 100%;
	}
	.web-show{display: none;}
	.wap-show{display: block;}	
	.wap-height{
		height: auto;
		overflow: auto;
	}
	.web-height{
		height: 0;
		overflow: hidden; display:none;
	}
	.zw_height{height:1.54rem;}
	.aboutPro,.wap-show .myPro-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		margin-bottom: 0.4rem;
	}
	
	.aboutPro::after,.wap-show .myPro-list::after{
		content: "";
		display: block;
		width: 1px;
		height: calc(100% - 0.8rem);
		background: #e8e8e8;
		position: absolute;
		left: 50%;
		top: 0.45rem;
	}
	.aboutPro>div,.wap-show .myPro-list li{
		display: block;
		width: 50%;
		height: auto;
		text-align: center;
		padding: 0.26rem 0.3rem 0.2rem;
		position: relative;
	}
	.aboutPro>div:nth-child(2n)::before,
	.wap-show .myPro-list li:nth-child(2n)::before{
		content: "";
		display: block;
		width: 7.1rem;
		height: 1px;
		background: #e8e8e8;
		position: absolute;
		top: 0;
		right: 0.2rem;
	}
	.aboutPro>div:nth-child(2)::before,
	.wap-show .myPro-list li:nth-child(2n){
		border-right: none;
	}
	.wap-show .myPro-list li:nth-child(2n)::before,
	.wap-show .myPro-list li:nth-child(2n)::after{
		display: none;
	}
	.aboutPro>div>span,
	.wap-show .myPro-list li>span{
		display: flex;
		width: 1.26rem;
		height: 1.26rem;
		background: url(../images/yuan.png) no-repeat center;
		background-size: 100%;
		margin: 0 auto 0.22rem;
		justify-content: center;
		align-items: center;
	}
	.aboutPro>div>span img,
	.wap-show .myPro-list li>span img{
		display: block;
		max-width: 46%;
		max-height: 46%;
	}
	.aboutPro>div h3,
	.wap-show .myPro-list li h2{
		font-size: 0.3rem;
		line-height: 0.42rem;
		color: #000000;
	}
	.aboutPro>div em,
	.wap-show .myPro-list li em{
		display: block;
		width: 0.5rem;
		height: 0.03rem;
		background: #d3d3d3;
		margin: 0.16rem auto 0.12rem;
	}
	.aboutPro>div h5,
	.wap-show .myPro-list li h4{
		font-size: 0.24rem;
		color: #000;
		line-height: 0.4rem;
		margin-bottom: 0.05rem;
	}
	.aboutPro>div p,
	.wap-show .myPro-list li p{
		font-size: 0.24rem;
		line-height: 0.4rem;
		color: #6f6e6e;
	}
	
	.aboutCulture dl{width:50%;}
	.aboutCulture dt h4{ font-size:.26rem;}
	.aboutCulture dt p{font-size:.22rem;}
	.aboutCulture dt img{width:.8rem;}
}





